*{
	font-family: '思源黑体';
	color: #707070;
}
*::-webkit-scrollbar{
	width: 0;
}
html,body{
	background: #F8F8F8;
	overflow-x: hidden;
}
h1{
	color: #000;
}
.layui-text-center{
	text-align: center;
}
* .black{
	color: #000;
}
a,a:hover{
	color: #707070;
}
*.font14{
	font-size: 14px;
}
*.font16{
	font-size: 16px;
}
/***定义超大屏幕宽度***/
@media screen and (min-width: 1920px){
	.layui-container {
        width: 1890px;
    }
}
.layui-fluid{
	padding: 0;
}
.logo{
	height: 53px;
	margin: 10px auto 10px 0;
}
/****重写的自定义导航样式****/
.toper{
	border-bottom: 1px solid #DBDBDB;
}
.layui-nav{
	background: none;
	float: right;
}
.layui-nav .layui-nav-item{
	margin: 0 1px;
}
.layui-nav .layui-nav-item a{
	color: #707070;
	font-size: 16px;
	line-height: 60px;
	padding: 0 25px;
	transition: all .6s;
    -webkit-transition: all .6s;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{
	color: #444;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background-color: #444;
	height: 3px;
}
.layui-nav-child{
	top: 70px;
}
.layui-nav .layui-nav-child a:hover, .layui-nav .layui-nav-child a{
	padding: 0 18px;
	line-height: 40px;
}
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
	background: none;
	color: #444;
}

/***index banner***/
.main-banner{
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner-desc{
	width: 50%;
	position: absolute;
	left: 52%;
	top: 55%;
	font-size: 24px;
	line-height: 180%;
	z-index: 5;
	color:#fff;
	font-weight:300;
}
.banner-desc strong{
	color:#fff;
	font-weight:300;
}
/***首页案例***/
.index-section{
	margin-top: 50px;
}
.title-desc{
	font-size: 14px;
	padding-top: 20px;
}
.nav-of-case{
	margin-top: 50px;
}
.layui-nav.nav-sub{
	float: none;
}
.layui-nav.nav-sub .layui-nav-item{
	line-height: 40px;
	margin: 0 5px;
}
.layui-nav.nav-sub .layui-nav-item a:hover, .layui-nav.nav-sub .layui-this a{
	color: #fff;
	background: #444;
	font-size: 14px;
}
.layui-nav.nav-sub .layui-this:after{
	height: 0;
	background-color: #fff;
}
.layui-nav.nav-sub .layui-nav-item a{
	line-height: 30px;
	font-size: 14px;
}
.layui-nav.nav-sub .layui-nav-bar{
	background: none;
}

/***case water full***/
#grid {
    position: relative;
    margin-top: 30px;
    text-align:center;
    padding: 0;
    font-size:0;
}
#grid .item {
    /*position: absolute;
    left: 0;
    top: 0;*/
    display:inline-block;
    width: 23%;
    height: 500px;
    overflow: hidden;
    margin: 0.8%;
    background: #fff;
    cursor: pointer;
    position:relative;
    padding-top: 10px;
}
#grid .item a,
#grid .item a:hover{
	color: #444;
}
.item-thumb{
	/*min-width: 100%;*/
	max-width: 96%;
	height: 85%;
	margin: 0 auto;
	object-fit:cover;
	object-position: center;
	transform: scale(1,1);
	transition: all ease 0.5s;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	border-radius: 5px;
}
#grid .item:hover .item-thumb{
	transform: scale(1.05,1.05);
}
.item-title{
	text-indent: 10px;
	color: #707070;
	font-size: 16px;
	line-height: 180%;
	padding-top: 10px;
	/*background: #666;*/
}
.item-desc{
	text-indent: 10px;
	color: #C9CACA;
	font-size: 12px;
	padding-bottom: 20px;
	/*background: #666;*/
}
.link-to-more{
	margin-top: 50px;
	padding: 0 80px;
	color: #707070;
	border: 1px solid #707070;
	transition: all ease 0.5s;
}
.link-to-more:hover{
	border: 1px solid #707070;
	background: #707070;
	color: #fff;
}
/***二维码覆盖层***/
.case-mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	background:rgba(0,0,0,0.8);
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	opacity:0;
	transform: scale(1.1,1.1);
}
.item:hover .case-mask{
	opacity:1;
	transform: scale(1,1);
}
.qrcode,
.qrcode-logo{
	width:150px;
	border: 5px solid #fff;
	overflow:hidden;
	margin: 20% auto 0 auto;
	background: #fff;
	display:block;
}
.qrcode-logo{
	background:url(../img/66.png) no-repeat 50% 50%;
	background-size:50px 50px;
	margin: 0;
	position:absolute;
	top:10%;
}
.tips{
	width:100%;
	position:absolute;
	left:0;
	bottom:20%;
	z-index:5;
	text-align:center;
	color:#fff;
	font-size:16px;
}
/***首页观点****/
.index-news{
    margin: 50px auto;
    background: #fff;
    padding: 30px 0;
}
.news-list{
	margin: 30px auto 0;
}
.news-box{
	font-size: 18px;
	line-height: 150%;
	cursor: pointer;
}
.news-title{
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
	transform: translateY(0);
	transition: all ease 0.6s;
}
.news-info{
	margin: 10px auto;
	font-size: 14px;
	transform: translateY(0);
	transition: all ease 0.6s;
}
.news-date{
	transform: translateY(0);
	transition: all ease 0.6s;
}
.news-line{
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 1px;
	background: #C9CACA;
	transform-origin: left 50%;
	transform: scaleX(0.08) translateX(0);
	transition: all ease 0.6s;
}
.news-more{
	text-align: right;
	opacity: 0;
	transform: translateX(30px);
	transition: all ease 0.6s;
}
/***news hover ani**/
.news-box:hover .news-title{
	transform: translateY(-10px);
}
.news-box:hover .news-info{
	transform: translateY(-10px);
}
.news-box:hover .news-date{
	transform: translateY(-10px);
}
.news-box:hover .news-line{
	transform: scaleX(1.1) translateX(-30px);
}
.news-box:hover .news-more{
	transform: translateX(0);
	opacity: 1;
}

/***logos***/
.logo-list{
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 60px auto;
	text-align: center;
}
.logo-list li{
	width: 200px;
	height: 100px;
	margin: 10px;
	background: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	overflow: hidden;
}
.logo-img{
	width: 90%;
	height: 90%;
	margin: 5%;
	object-fit: contain;
	vertical-align: top;
	transform: scale(1,1);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all ease 0.5s;
}
.logo-list li:hover .logo-img{
	transform: scale(1.05,1.05);
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

/****底部*****/
#footer{
	background: #414042;
	margin: 0 auto;
	padding: 30px 0;
	color: #B9B9B9;
}
#footer .layui-container{
	max-width: 1200px;
}
.footer-logo{
	width: 10%;
	max-width: 142px;
}
.footer-info{
	margin-top: 30px;
	font-size: 18px;
}
.info-title{
	width: 85%;
	max-width: 400px;
	line-height: 40px;
	border-bottom: 0.2px solid #B9B9B9;
	margin-bottom: 20px;
	vertical-align: middle;
	color: #B9B9B9;
}
.info-body{
	font-size: 14px;
	line-height: 180%;
	color: #B9B9B9;
}
.footer-info p{
	color: #B9B9B9;
}
.info-title small{
	display: block;
	font-size: 14px;
	line-height: 120%;
	color: #B9B9B9;
}
.contact-title{
	padding-bottom: 10px;
}
.info-title strong{
	font-size: 36px;
	color: #B9B9B9;
}
.info-title i{
	font-size: 14px;
	font-style: normal;
	color: #B9B9B9;
}
.info-title small.tel{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.no-border{
	border: none;
}
.wx-code{
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 5px;
}

/****copyright****/
.copyright{
	margin: 20px auto;
	vertical-align: bottom;
	padding-top: 50px;
}
.copyright,
.copyright a,
.copyright a:hover{
	color: #5D5D5D;
	font-size: 12px;
}
.to-top img{
	width: 25%;
	max-width: 40px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
	vertical-align: top;
	/*transform: scale(1,1);*/
	transform: rotateY(0deg);
	transition: all ease 1s;
}
.to-top img:hover{
	transform: rotateY(180deg);
}



/*************/
/*****services********/
/*************/
.service-title{
	padding: 80px 0;
}
.service-info{
	width: 80%;
	left: 18.7%;
	top: 27%;
	position: absolute;
	z-index: 5;
}
.service-info strong{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.service-info p{
	line-height: 150%;
}
span.hidden-xs{
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}

#serviceBanner2 .service-info,
#serviceBanner4 .service-info{
	left: auto;
	left: 60.8%;
	top: 27.4%;
}

#serviceBanner3 .service-info *{
	color: #fff;
}

/****案例页面***/
.page-navgator{
	padding: 20px 0;
	margin: 80px auto;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #444;
}
.layui-laypage a, .layui-laypage span{
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 16px;
}

/****观点页面***/
#news .news-list{
	margin-top: 120px;
}
.news-list-item{
	max-width: 1170px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.news-thumb{
	width: 90%;
	max-width: 600px;
	height: 240px;
	margin: 0 auto;
	object-fit: cover;
	transform: scale(1,1);
	transition: all ease .5s;
}
.news-list-item:hover .news-thumb{
	transform: scale(1.02,1.02);
}

/***文章详情页面****/
.news-article .layui-container,
.other-page .layui-container {
	max-width: 1170px;
	margin: 0 auto;
}
.other-page{
	margin:60px auto 100px;
}
.article-title{
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 100px auto 15px auto;
	border-bottom: 1px solid #C9CACA;
}
.article-desc{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 50px auto;
}
.article-desc span{
	padding-left: 50px;
}
.article-body{
	font-size: 18px;
	line-height: 180%;
}
.article-body p{
	margin-bottom: 15px;
}
.article-body img{
	margin: 10px auto;
	max-width: 94%;
}



/******about*****/
#about{
	
}
.about-content{
	max-width: 1200px;
	background: #fff;
	margin: 50px auto 0;
	padding: 20px;
}
.company-name{
	font-size: 36px;
	line-height: 130%;
	color: #000000;
}
.about-body{
	width: 100%;
	margin-top: 50px;
}
.about-body p{
	margin-bottom: 30px;
	line-height: 180%;
	font-size: 18px;
	text-align: justify;
}
/****成员***/
.employer{
	max-width: 1200px;
	margin: 10px auto;
	padding: 0;
	font-size: 0;
}
.employer ul{
	width: 100%;
	text-align: left;
}
.employer ul li{
	width: 33.3%;
	text-align: center;
	display: inline-block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.employer-photo{
	width: 100%;
	position: relative;
	z-index: 1;
	transform: scale(1,1);
	transition: all ease 0.5s;
}
.employer-info{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: rgba(255,255,255,0.4);
	opacity: 0;
	transition: all ease 0.5s;
}
.employer-info p{
	width: 80%;
	left: 15%;
	position: absolute;
	text-align: left;
	color: #000;
}
.employer-job{
	bottom: 20%;
	font-size: 14px;
}
.employer-name{
	bottom: 8%;
	font-size: 36px;
	font-weight: bold;
}

.employer ul li:hover .employer-photo{
	transform: scale(1.05,1.05);
}
.employer ul li:hover .employer-info{
	opacity: 1;
}

/***about页的service****/
.service-list{
	margin-top: 30px;
}
.service-list div{
	text-align: center;
}
.service-icon{
	width: 60%;
	max-width: 160px;
	margin: 5px auto;
}
.service-list div p{
	width: 80%;
}
.service-list div p.title{
	font-size: 28px;
	margin: 20px auto;
}
.service-list div p.desc{
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
	line-height: 150%;
}

/****小屏幕修复***/
@media only screen and (max-width: 768px) {
	.layui-nav{
		padding: 0;
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
	}
	*.font14{
	    font-size: 2.5vw;
    }
    .layui-nav .layui-nav-item a{
    	padding: 0 9px;
    }
    .layui-nav.nav-sub .layui-nav-item{
    	margin: 0 1px;
    }
    .layui-nav.nav-sub .layui-nav-item a{
    	padding: 0 5px;
    }
	.banner-desc{
		width: 80%;
		left: 20%;
		top: 30%;
		font-size: 3vw;
	}
	#grid .item{
		width: 47%;
	}
	.title-desc{
		font-size: 12px;
	}
	.service-info{
		width: 96%;
        left: 2%;
	}
	span.hidden-xs{
		display: inline-block;
		width: 10px;
	}
	.news-more{
		opacity: 1;
		
		transform: translateX(0);
	}
	.news-line{
		transform: scaleX(1.05) translateX(-10px);
	}
	.logo-list li{
		width: 160px;
        height: 102px;
	}
	.logo-img{
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }
    /***about***/
    .about-content{
   	    margin: 30px auto 0;
    }
    .company-name{
    	font-size: 6vw;
    }
    .about-body p{
    	font-size: 4vw;
    }
	.case-mask{
		display: none;
	}
	.qrobject{
		display: block;
	}
}

/***分页***/
#pageNav a,
#pageNav span{
	padding: 5px 20px;
	margin: 0 5px;
	border: 1px solid #aaa;
	font-size: 12px;
	transition: all ease .5s;
}
#pageNav a:hover,
#pageNav span.laypage-curr{
	background: #444;
	color: #fff;
}

/***超小屏**/
@media only screen and (max-width: 512px) {
	#grid .item{
		width: 98%;
	}
}

/***隐藏统计代码****/
#cnzz_stat_icon_1274253228{
	display: none;
}
